docs: fix stale references, incomplete content, and benchmark number mismatches#56
Conversation
|
Warning Review limit reached
Your plan currently allows 1 review/hour. Refill in 53 minutes and 39 seconds. Your organization has run out of usage credits. Purchase more in the billing tab. ⌛ How to resolve this issue?After more review capacity refills, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than trial, open-source, and free plans. In all cases, review capacity refills continuously over time. Please see our FAQ for further information. 📝 WalkthroughWalkthroughThree documentation files are updated to fix stale references and incomplete content. AGENTS.md adds a pointer to CLAUDE.md and specs/; CLAUDE.md removes nonexistent README section references and redirects deferred-item tracking to GitHub Issues; README.md simplifies the benchmark table and emphasizes memcpy re-emission, with a pointer to docs/benchmarks.md for details. ChangesDocumentation consistency fixes
🎯 1 (Trivial) | ⏱️ ~5 minutes 🚥 Pre-merge checks | ✅ 6✅ Passed checks (6 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Pull request overview
This PR updates project documentation to remove stale references, fill an incomplete placeholder, and align benchmark numbers so readers see consistent guidance across docs.
Changes:
- Removes outdated CLAUDE.md references to a nonexistent “Roadmap / Deferred” section and updates the guidance for deferred decisions.
- Adds AGENTS.md content to replace the previous placeholder and point contributors to existing docs.
- Reconciles README.md modify+encode benchmark numbers to match
docs/benchmarks.mdand clarifies provenance.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| README.md | Updates modify+encode benchmark table and adds a note tying numbers to docs/benchmarks.md. |
| CLAUDE.md | Removes stale README section references and updates contributor guidance for deferred work. |
| AGENTS.md | Replaces placeholder with pointers for project structure/conventions and feature plans. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| For project structure, architecture, common commands, and conventions, read | ||
| [CLAUDE.md](./CLAUDE.md). |
dd152a2 to
63094f8
Compare
关联 Issue
Closes #55
做了什么
为什么这样做
Three documentation issues were identified during a review:
All fixes are docs-only — no code changes.
如何验证
cargo test --release: 152 passedmake lint: 0 warningsBreaking Changes
无
Summary by CodeRabbit